JavaScript

A5.PanelLayoutsetPanelDisplay Method

Syntax

A5.PanelLayout.setPanelDisplay()

Arguments

panelstring

The name of the panel to set display on.

displayboolean

The display state of the panel (true equals show).

Description

Hide or show a panel in the layout.

Example

// assume pObj is a pointer to a panel class
pObj.setPanelDisplay('h1',false); // hide the panel named "h1" in the panel layout